Add Git to Development Environment
Monday, 27 January 2014, 22:57
Tags: Development Environment Setup Git VCS
Adding support for a version control system to the Development Environment is crucial. It is very important for project collaboration and it is also very convenient to have a full history of all the work you have been doing. In this post I will describe how I add Git to the development environment described in the development environment setup post.
Development Environment Setup
Friday, 27 December 2013, 01:52
Tags: Development Environment Setup Eclipse Maven
Currently most of the development I do is in Java. I use Eclipse as IDE and maven as build tool. In this blog post I will describe the setup of my development environment.